/**
 * Failed to minify the file using clean-css v5.3.3. Serving the original version.
 * Original file: /npm/bluesky-profile-card-embed@1.0.1/dist/core.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */

	.bluesky-embed.s-dgn7w7 {
		position: relative;
		box-sizing: border-box;
		margin: 0 auto;
		border: 1px solid var(--divider);
		border-radius: 8px;
		background: var(--background-primary);
		min-width: 250px;
		max-width: 550px;
		overflow: hidden;
		color: var(--text-primary);
		font-weight: 400;
		font-size: calc(var(--font-size) * 0.875);
		line-height: calc(var(--font-size) * 1.25);
		font-family: var(--font-family);

		:where(*),
		:where(*::before),
		:where(*::after) {
			box-sizing: border-box;
			margin: 0;
			padding: 0;
		}
		:where(a) {
			color: inherit;
			text-decoration: none;
		}

		:where(.icon) {
			flex-shrink: 0;
			width: 1em;
			height: 1em;
		}
	}

	.rich-text.s-1ea7h2m {
		overflow: hidden;
		white-space: pre-wrap;
		overflow-wrap: break-word;

		&:empty {
			display: none;
		}
	}

	.link.s-1ea7h2m,
	.mention.s-1ea7h2m,
	.hashtag.s-1ea7h2m {
		color: var(--text-link);

		&:hover {
			text-decoration: underline;
		}
	}

	.profile-card.s-2b3fq6 {
		display: flex;
		flex-direction: column;
	}

	.is-blurred.s-2b3fq6 {
		scale: 125%;
		filter: blur(4px);
	}

	.banner-wrapper.s-2b3fq6 {
		background: var(--background-secondary);
		aspect-ratio: 3 / 1;
		overflow: hidden;
	}
	.banner.s-2b3fq6 {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.contents.s-2b3fq6 {
		display: flex;
		position: relative;
		flex-direction: column;
		gap: 8px;
		padding: 12px 16px 16px;
	}
	.logo.s-2b3fq6 {
		width: 24px;
		height: 24px;
	}

	.header.s-2b3fq6 {
		display: flex;
		justify-content: space-between;
		align-items: end;
	}
	.actions.s-2b3fq6 {
		display: flex;
		align-items: center;
		gap: 16px;
	}

	.avatar-wrapper.s-2b3fq6 {
		display: block;
		flex-shrink: 0;
		outline: 2px solid var(--background-primary);
		border-radius: 9999px;
		background: var(--background-secondary);
		width: 90px;
		height: 90px;
		overflow: hidden;

		.has-banner:where(.s-2b3fq6) & {
			margin-top: calc(-90px + 34px);
		}
	}
	.avatar.s-2b3fq6 {
		width: 100%;
		height: 100%;
		object-fit: cover;

		.avatar-wrapper:where(.s-2b3fq6):hover & {
			filter: brightness(0.85);

			&.is-blurred {
				filter: brightness(0.85) blur(4px);
			}
		}
	}

	.follow-button.s-2b3fq6 {
		display: flex;
		align-items: center;
		gap: 6px;
		border-radius: 9999px;
		background: var(--button);
		padding: 9px 12px;
		color: var(--button-text);
		font-weight: 600;
		font-size: calc(var(--font-size) * 0.8125);
		line-height: calc(var(--font-size) * 1);
		user-select: none;

		.icon:where(.s-2b3fq6) {
			font-size: 16px;
		}

		&:hover {
			background: var(--button-hover);
		}
	}

	.display-name.s-2b3fq6 {
		font-weight: 700;
		font-size: calc(var(--font-size) * 1.25);
		line-height: calc(var(--font-size) * 1.75);
		overflow-wrap: break-word;
	}
	.handle.s-2b3fq6 {
		color: var(--text-secondary);
		overflow-wrap: break-word;
	}

	.stats.s-2b3fq6 {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;

		min-width: 0;
	}
	.stat-entry.s-2b3fq6 {
		color: var(--text-secondary);
	}
	.stat-count.s-2b3fq6 {
		color: var(--text-primary);
		font-weight: 700;
	}

	.message.s-ibmh3w {
		margin: 0 auto;
		padding: 32px 16px;
		max-width: 380px;
		color: var(--text-secondary);
		text-align: center;
	}
